DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / AccessibilityAttributedUserInputLabels Property

In This Topic
    AccessibilityAttributedUserInputLabels Property (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Property AccessibilityAttributedUserInputLabels As Foundation.NSAttributedString()
    public virtual Foundation.NSAttributedString[] AccessibilityAttributedUserInputLabels {get; set;}
    See Also